1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="unipotsdam.informatikkiste"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="11"
9        android:targetSdkVersion="34" />
10
11    <application
11-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:5:5-38:19
12        android:allowBackup="true"
12-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:6:9-35
13        android:debuggable="true"
14        android:extractNativeLibs="true"
15        android:icon="@drawable/overlay_500px"
15-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:7:9-47
16        android:label="@string/app_name"
16-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:8:9-41
17        android:supportsRtl="true"
17-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:9:9-35
18        android:theme="@style/AppTheme" >
18-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:10:9-40
19        <activity
19-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:11:9-20:20
20            android:name="unipotsdam.informatikkiste.StartActivity2"
20-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:12:13-43
21            android:exported="true"
21-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:14:13-36
22            android:screenOrientation="portrait" >
22-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:13:13-49
23            <intent-filter>
23-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:15:13-19:29
24                <action android:name="android.intent.action.MAIN" />
24-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:16:17-69
24-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:16:25-66
25
26                <category android:name="android.intent.category.LAUNCHER" />
26-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:18:17-77
26-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:18:27-74
27            </intent-filter>
28        </activity>
29        <activity
29-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:21:9-24:40
30            android:name="unipotsdam.informatikkiste.MainActivity"
30-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:22:13-41
31            android:exported="false"
31-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:24:13-37
32            android:screenOrientation="portrait" />
32-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:23:13-49
33        <activity
33-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:25:9-28:40
34            android:name="unipotsdam.informatikkiste.DisplayAnswerActivity"
34-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:26:13-50
35            android:exported="false"
35-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:28:13-37
36            android:screenOrientation="portrait" />
36-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:27:13-49
37        <activity
37-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:29:9-33:40
38            android:name="unipotsdam.informatikkiste.VideoActivity"
38-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:30:13-42
39            android:exported="false"
39-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:33:13-37
40            android:label="@string/title_activity_video"
40-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:31:13-57
41            android:screenOrientation="portrait" />
41-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:32:13-49
42        <activity
42-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:34:9-37:49
43            android:name="unipotsdam.informatikkiste.StartActivity"
43-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:35:13-42
44            android:exported="false"
44-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:37:13-37
45            android:label="@string/title_activity_start2" />
45-->/Users/johndoe/Documents/build/fall181120 src/05 App/InformatikKiste - AndroidStudioProject/app/src/main/AndroidManifest.xml:36:13-58
46    </application>
47
48</manifest>
